home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Mac OS / Apple Guide / Engineering / Context Check Modules / Standard CC Modules / Finder Context / Finder.r < prev    next >
Encoding:
Text File  |  1993-11-29  |  437 b   |  25 lines  |  [TEXT/MPS ]

  1. //    Copyright:    ©1993 Apple Computer, Inc. All rights reserved.
  2. //    Author:        Victor J. Hnyp
  3. //    Date:        02/08/93
  4.  
  5. // Revisions
  6. //
  7. //    02/08/93    VJH    2.02    First 1.0 beta release
  8.  
  9. #include "Types.r"
  10. #include "SysTypes.r"
  11.  
  12.  
  13. resource 'vers' (1)
  14. {
  15.     0x01, 0x00, beta, 0x01, verUS,
  16.     "1.0b1",
  17.     "1.0b1 08-Feb-93, ©1993 Apple Computer, Inc. All rights reserved."
  18. };
  19.  
  20. resource 'vers' (2)
  21. {
  22.     0x01, 0x00, beta, 0x01, verUS,
  23.     "1.0b1",
  24.     "APPLE CONFIDENTIAL"
  25. };